home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: <>
- Newsgroups: comp.lang.c
- Subject: GNU CC
- Date: 18 Jan 1996 10:41:47 GMT
- Organization: CompuServe Incorporated
- Message-ID: <4dl85b$1he@dub-news-svc-3.compuserve.com>
- NNTP-Posting-Host: hd36-139.compuserve.com
-
- I've recently downloaded the GNU CC from ftp://prep.ai.mit.edu/pub/gnu
- Now I've been trying to compile it on my Siemens-Nixdorf Rm600
- which is a mips, svr4 system, and GNU CC's configure utility detects this correctly
- However make will result in a fatal error:
- last output from make:
- cc -Olimit 3000 -O1 -g -o mips-tfile mips-tfile.o version.o obstack.o `
- case "cc -Olimit 3000 -O1" in "cc -Olimit 3000 -O1") echo "alloca.o" ;; esac `
- -L/usr/lib/cmplrs/cc2.11 -L/usr/lib/cmplrs/cc3.11 -lmld
- Undefined first referenced
- symbol in file
- sys_siglist mips-tfile.o
- ld: mips-tfile: fatal error: Symbol referencing errors. No output written to mip
- s-tfile
- make: *** Error code 1
-
- make: Fatal error.
- --------------
- How do I correct this error ?
-